Skip to main content

All Questions

1vote
0answers
621views

How to disable inline css styles generated by Gutenberg editor?

I've got Genesis-blocks plugin installed (it got updated from Atomic blocks). I am using blocks and resuable blocks to create pages. The problem I am facing is, most of these blocks inject their own ...
user31782's user avatar
1vote
1answer
295views

Is there a client side API for handling transients or options?

After having some trouble with the ServerSideRender sending a request with headers too large for the nginx server to handle, I wonder if I can avoid using the ServerSideRender callback. In my ...
JohnRDOrazio's user avatar
2votes
1answer
6kviews

fetching via fetch/ajax gutenberg block data from third party

I'm trying to use fetch to grab information from a 3rd party API which is rate-limited. Instead of doing the API on the front-end I'm trying to use fetch to do the API call in the edit function. I've ...
jshwlkr's user avatar

close